const bytes.opInvalid
15 uses
bytes (current package)
buffer.go#L36: opInvalid readOp = 0 // Non-read operation.
buffer.go#L96: b.lastRead = opInvalid
buffer.go#L109: b.lastRead = opInvalid
buffer.go#L176: b.lastRead = opInvalid
buffer.go#L188: b.lastRead = opInvalid
buffer.go#L207: b.lastRead = opInvalid
buffer.go#L259: b.lastRead = opInvalid
buffer.go#L286: b.lastRead = opInvalid
buffer.go#L305: b.lastRead = opInvalid
buffer.go#L319: b.lastRead = opInvalid
buffer.go#L341: b.lastRead = opInvalid
buffer.go#L397: if b.lastRead <= opInvalid {
buffer.go#L403: b.lastRead = opInvalid
buffer.go#L414: if b.lastRead == opInvalid {
buffer.go#L417: b.lastRead = opInvalid
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |